home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
checkbox
/
patches
/
0.1-ubuntu3
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-27
|
280 b
|
13 lines
#!/bin/sh
config_file="/etc/hwtest.d/$1.ini"
if [ "$1" = "hwtest" ]; then
sed -i 's|hwtest/plugins/manual_prompt|hwtest/plugins/questions_info|' $config_file
cat <<'EOF' >>$config_file
[hwtest/plugins/questions_info]
directories = %(hwtest_directory)s/questions
EOF
fi